home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 December
/
macformat-057.iso
/
mac
/
Shareware Plus
/
System components
/
Desktop Pictures Grab Bag
/
Close all wins. but front
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1997-09-02
|
208 b
|
8 lines
|
[
TEXT/ToyS
]
tell application "Finder"
set theWindows to every window as list
set numOfWindows to the count of theWindows
repeat with i from 2 to numOfWindows
close window 2
end repeat
set theWindows to {}
end tell